'宣言 Public Function New( _ ByVal start As Nullable(Of Point), _ ByVal end As Nullable(Of Point), _ ByVal colors() As Color, _ ByVal offsets() As Double _ )
public LinearGradientBrush( Nullable<Point> start, Nullable<Point> end, Color[] colors, double[] offsets )